-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update InteropServices doc #7107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update InteropServices doc #7107
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for taking care of this, @AaronRobinsonMSFT .
Docs Build status updates of commit a116e28: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
<Parameter Name="unhandledExceptionPropagationHandler" Type="System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal+UnhandledExceptionPropagationHandler" /> | ||
</Parameters> | ||
<Docs> | ||
<param name="beginEndCallback">To be added.</param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gewarren @joelmartinez the DocId of this API is really unconventional. This prevented the DocsPortingTool from matching documentation from the IntelliSense xml files and port it.
The IntelliSense xml file looks even worse: M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize(,,,System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler)
Just wanted you to know in case you see issues with these ObjectiveC related APIs.
Summary
Fixes dotnet/runtime#58656
/cc @carlossanlop